T& operator[]( ULONG nRow );
Return Value
The contents of the requested row.
Template Argument
T
Type of information stored in the rowset.
Parameters
nRow
[in] Number of the row (array element) you want to access.
Remarks
Provides array-like syntax for accessing a row in the rowset. If nRow exceeds the number of rows in the rowset, an exception is thrown.